github.com/go-pg/pg/v10/internal/pool.Conn.createdAt (field)
3 uses
github.com/go-pg/pg/v10/internal/pool (current package)
conn.go#L21: createdAt time.Time
conn.go#L29: createdAt: time.Now(),
pool.go#L501: if p.opt.MaxConnAge > 0 && now.Sub(cn.createdAt) >= p.opt.MaxConnAge {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)